home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Postcard CD: Niagara Parks
/
Postcard CD: Niagara Parks (2004).iso
/
mac
/
prv-f.dxr
/
end screen_2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-10
|
302 b
|
15 lines
global net, ss
on exitFrame me
if (net = 1) and (the timer > 280) then
gotoNetPage("www.postcardcd.com/niagaraparks/niagaraparks.htm")
net = 0
end if
if (ss = 1) and (the timer > 350) then
gotoNetPage("SSHelp.htm")
open("CopyScreenSaver")
ss = 0
end if
go(the frame)
end